home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10209 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: mother.usf.edu!grad!millert
  2. From: Timothy Miller <millert@csee.usf.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: Needed:  C++ compiler testing suite
  5. Date: Wed, 6 Mar 1996 12:54:18 -0500
  6. Organization: University of South Florida
  7. Message-ID: <Pine.SUN.3.91.960306124515.23764A@grad>
  8. NNTP-Posting-Host: grad.csee.usf.edu
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11. X-Sender: millert@grad
  12. cc: caggiano@suntan.eng
  13.  
  14. I need to find or construct a testing suite for C++ compilers.  
  15. Specifically, we have g++ on UNIX that needs to be tested, so it would be 
  16. nice to have some things specific for that compiler too.
  17.  
  18. The objectives are:
  19.  
  20.  to make sure all the header files are there
  21.  to make sure there are no conflicts between header files
  22.  to make sure major parts of the language work properly, like math, I/O, etc.
  23.  to make sure that the installation is complete and that nothing is missing
  24.  
  25. Other things that would be nice:
  26.  
  27.  things that would confuse a buggy optimizer or any other parts of the
  28.  compiler.
  29.  
  30.  
  31. I will take anything from source code to just whatever comes to your mind 
  32. about specific or general things that I should write code to test for.  
  33. Also, it would be nice to have a complete list of all the header files 
  34. that should exist, so I can include ALL of them in one file to make sure 
  35. they're all there and they don't conflict.  I am presuming that if C++ 
  36. checks out, then it will compile C properly as well, but if this is not 
  37. the case all the time, I would like to know.
  38.  
  39. Thanks much!
  40.  
  41. ---------------------------------------------------------------------------
  42. Timothy Miller, millert@grad.csee.usf.edu           Theoretical Linguistics
  43. http://www.csee.usf.edu/~millert         Music Theory, Computer Engineering
  44. ---------------------------------------------------------------------------
  45. Cunning linguists are very skilled with their tongues.
  46.  
  47.